Keys

Property

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fetches all existing keys.

Syntax

public IEnumerable<TKey> Keys { public get; }

Back to index